TouchableView
Indicates a view that accepts touches
DBA will automatically listen for touches in views that return true to any of view.isClickable(), view.isLongClickable, view.isFocusable, or view.isFocusableInTouchMode(). Alternatively, this annotation can be used. Add this annotation above your view's class definition if you notice touches in this view are missing from DBAs